PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / BaseAdvancedEditor<P,E> Class / Attach Method

In This Topic
    Attach Method (BaseAdvancedEditor<P,E>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Attach( _
       ByVal editor As AdvancedEditor, _
       ByVal group As PropertyGroup, _
       ByVal valueChanged As Action(Of AdvancedEditor,Object) _
    ) 

    Parameters

    editor
    group
    valueChanged
    See Also